ci: bump actions/upload-artifact from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Dec 2025 04:16:05 +0000 (04:16 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 04:16:05 +0000 (04:16 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci-fuzz.yml
.github/workflows/cmake.yml
.github/workflows/make.yml

index a15a29f0a646cc2c9fe0d54a4c8600f65a8275cf..95b0fe842ee4803e6707d8106604e13965918889 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         fuzz-seconds: 600
         dry-run: false
     - name: Upload Crash
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: artifacts
index 51210ea806555fc279b839a60f06ac1690502450..d65fe7cf66ec0483d312a0a987dfc63f5acb2853 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       with:
         name: ${{ matrix.os }}
         path: |
@@ -73,7 +73,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       with:
         name: windows-mingw64
         path: build/libutf8proc.*
index 4f4e6aa2581cae1d65bb2cfb10d768be0468c34f..30fedcef739216f61a4750c57a7edd9733413045 100644 (file)
@@ -35,7 +35,7 @@ jobs:
     - name: Make lib
       run: make
     - name: Upload shared lib
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       with:
         name: make-${{ matrix.os }}
         path: libutf8proc.*